fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
Commit afddba49 ("fs: introduce write_begin, write_end, and perform_write aops") introduced AOP_FLAG_UNINTERRUPTIBLE flag which was checked in pagecache_write_begin(), but that check was removed by 4e02ed4b ("fs: remove prepare_write/commit_write"). Between these two commits, commit d9414774 ("cifs: Convert cifs to new aops.") added a check in cifs_write_begin(), but that check was soon removed by commit a98ee8c1 ("[CIFS] fix regression in cifs_write_begin/cifs_write_end"). Therefore, AOP_FLAG_UNINTERRUPTIBLE flag is checked nowhere. Let's remove this flag. This patch has no functionality changes. Link: http://lkml.kernel.org/r/1489294781-53494-1-git-send-email-penguin-kernel@I-love.SAKURA.ne.jp Signed-off-by:Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Reviewed-by:
Jeff Layton <jlayton@redhat.com> Reviewed-by:
Christoph Hellwig <hch@lst.de> Cc: Nick Piggin <npiggin@gmail.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- Documentation/filesystems/vfs.txt 1 addition, 2 deletionsDocumentation/filesystems/vfs.txt
- fs/buffer.c 5 additions, 8 deletionsfs/buffer.c
- fs/exofs/dir.c 1 addition, 2 deletionsfs/exofs/dir.c
- fs/hfs/extent.c 2 additions, 2 deletionsfs/hfs/extent.c
- fs/hfsplus/extents.c 2 additions, 3 deletionsfs/hfsplus/extents.c
- fs/iomap.c 3 additions, 10 deletionsfs/iomap.c
- fs/namei.c 1 addition, 1 deletionfs/namei.c
- include/linux/fs.h 2 additions, 3 deletionsinclude/linux/fs.h
- mm/filemap.c 0 additions, 6 deletionsmm/filemap.c
Loading
Please register or sign in to comment