diff options
Diffstat (limited to 'fs/buffer.c')
-rw-r--r-- | fs/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index 2219a76e2caf..da666f3148f9 100644 --- a/fs/buffer.c +++ b/fs/buffer.c | |||
@@ -1144,7 +1144,7 @@ __getblk_slow(struct block_device *bdev, sector_t block, int size) | |||
1144 | * inode list. | 1144 | * inode list. |
1145 | * | 1145 | * |
1146 | * mark_buffer_dirty() is atomic. It takes bh->b_page->mapping->private_lock, | 1146 | * mark_buffer_dirty() is atomic. It takes bh->b_page->mapping->private_lock, |
1147 | * mapping->tree_lock and the global inode_lock. | 1147 | * mapping->tree_lock and mapping->host->i_lock. |
1148 | */ | 1148 | */ |
1149 | void mark_buffer_dirty(struct buffer_head *bh) | 1149 | void mark_buffer_dirty(struct buffer_head *bh) |
1150 | { | 1150 | { |