diff options
| author | Andrew Morton <akpm@zip.com.au> | 2002-04-29 23:54:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-04-29 23:54:28 -0700 |
| commit | b960fa03cf2bd5ccd37ebe5cc4d0b46d69e4519a (patch) | |
| tree | 7717517da191e45eda8ed4004620ccf21229b2a6 /include/linux/buffer_head.h | |
| parent | a2bcb3a084f4312844639e18cbe7eb7256c7c23c (diff) | |
[PATCH] cleanup sync_buffers()
Renames sync_buffers() to sync_blockdev() and removes its (never used)
second argument.
Removes fsync_no_super() in favour of direct calls to sync_blockdev().
Diffstat (limited to 'include/linux/buffer_head.h')
| -rw-r--r-- | include/linux/buffer_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h index 59fe771f9eb8..f9158122b3f7 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h @@ -161,7 +161,7 @@ void set_buffer_async_io(struct buffer_head *bh); void invalidate_inode_buffers(struct inode *); void invalidate_bdev(struct block_device *, int); void __invalidate_buffers(kdev_t dev, int); -int sync_buffers(struct block_device *, int); +int sync_blockdev(struct block_device *bdev); void __wait_on_buffer(struct buffer_head *); void sleep_on_buffer(struct buffer_head *bh); void wake_up_buffer(struct buffer_head *bh); |
