linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH] block: undeprecate ll_rw_block()
@ 2006-02-06 19:36 Pekka Enberg
  2006-02-06 21:07 ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Pekka Enberg @ 2006-02-06 19:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Jens Axboe, Christoph Hellwig

From: Pekka Enberg <penberg@cs.helsinki.fi>

This patch removes the DEPRECATED comment from ll_rw_block(). The function
is still in active use and there isn't any real replacement for it.

Cc: Andrew Morton <akpm@osdl.org>
Cc: Jens Axboe <axboe@suse.de>
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
---

 fs/buffer.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: 2.6/fs/buffer.c
===================================================================
--- 2.6.orig/fs/buffer.c
+++ 2.6/fs/buffer.c
@@ -2830,7 +2830,7 @@ int submit_bh(int rw, struct buffer_head
 }
 
 /**
- * ll_rw_block: low-level access to block devices (DEPRECATED)
+ * ll_rw_block: low-level access to block devices
  * @rw: whether to %READ or %WRITE or %SWRITE or maybe %READA (readahead)
  * @nr: number of &struct buffer_heads in the array
  * @bhs: array of pointers to &struct buffer_head



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-07  7:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-06 19:36 [RFC/PATCH] block: undeprecate ll_rw_block() Pekka Enberg
2006-02-06 21:07 ` Jens Axboe
2006-02-07  7:20   ` Pekka J Enberg
2006-02-07  7:41     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).