diff options
| author | Jan Kara <jack@suse.cz> | 2024-10-17 12:28:23 +0200 |
|---|---|---|
| committer | Jan Kara <jack@suse.cz> | 2024-10-21 16:29:38 +0200 |
| commit | fb6f20ecb121cef4d7946f834a6ee867c4e21b4a (patch) | |
| tree | a345adf1801f8b246af03dcf2a8cb9b935fd5827 /fs/buffer.c | |
| parent | 6485cf5ea253d40d507cd71253c9568c5470cd27 (diff) | |
| download | net-fb6f20ecb121cef4d7946f834a6ee867c4e21b4a.tar.gz | |
reiserfs: The last commit
Deprecation period of reiserfs ends with the end of this year so it is
time to remove it from the kernel.
Acked-by: Darrick J. Wong <djwong@kernel.org>
Acked-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/buffer.c')
| -rw-r--r-- | fs/buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index 1fc9a50def0b51..c17011bc712053 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) { |
