]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ocfs2-code-clean-up-for-direct-io-fix
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 9 Feb 2016 23:11:41 +0000 (10:11 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Feb 2016 23:11:41 +0000 (10:11 +1100)
remove unused label

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Joseph Qi <joseph.qi@huawei.com>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Mark Fasheh <mfasheh@suse.de>
Cc: Ryan Ding <ryan.ding@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/file.c

index f10af0f82c45a59cbfe779ae952bfa244714e503..1ab182321b18c79b287158b0a6a6208cb64b818e 100644 (file)
@@ -2195,7 +2195,6 @@ static ssize_t ocfs2_file_write_iter(struct kiocb *iocb,
 
        inode_lock(inode);
 
-relock:
        /*
         * Concurrent O_DIRECT writes are allowed with
         * mount_option "coherency=buffered".