summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-11-21 18:50:18 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2024-11-21 18:50:18 +0100
commitc01f664e4ca210823b7594b50669bbd9b0a3c3b0 (patch)
treea628328f90d9696b55606a89758c1d41ffaa9609 /fs/buffer.c
parentMerge tag 'for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... (diff)
parentreiserfs: The last commit (diff)
downloadlinux-c01f664e4ca210823b7594b50669bbd9b0a3c3b0.tar.xz
linux-c01f664e4ca210823b7594b50669bbd9b0a3c3b0.zip
Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull reiserfs removal from Jan Kara: "The deprecation period of reiserfs is ending at the end of this year so it is time to remove it" * tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: reiserfs: The last commit
Diffstat (limited to 'fs/buffer.c')
-rw-r--r--fs/buffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/buffer.c b/fs/buffer.c
index bb4a31b9559d..b158cb7a5038 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -855,8 +855,7 @@ static int fsync_buffers_list(spinlock_t *lock, struct list_head *list)
* done a sync(). Just drop the buffers from the inode list.
*
* NOTE: we take the inode's blockdev's mapping's i_private_lock. Which
- * assumes that all the buffers are against the blockdev. Not true
- * for reiserfs.
+ * assumes that all the buffers are against the blockdev.
*/
void invalidate_inode_buffers(struct inode *inode)
{