summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/amd_gart_64.c
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2017-04-05 09:24:51 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-04-07 17:40:07 +1000
commite7bdf14d8df77bb938e5ca9ade7de14c94af704b (patch)
treeb86d7faf9e6991b27121b1724abc25d2c4362232 /arch/x86/kernel/amd_gart_64.c
parent95724ed4ffdc7e55e9b521bae452c34c8b21efc5 (diff)
fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
afddba49d18f346e ("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 4e02ed4b4a2fae34 ("fs: remove prepare_write/commit_write"). Between these two commits, d9414774dc0c7b39 ("cifs: Convert cifs to new aops.") added a check in cifs_write_begin(), but that check was soon removed by a98ee8c1c707fe32 ("[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>
Diffstat (limited to 'arch/x86/kernel/amd_gart_64.c')
0 files changed, 0 insertions, 0 deletions