aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorJosef Bacik <[email protected]>2012-05-29 20:57:49 +0000
committerJosef Bacik <[email protected]>2012-05-30 14:23:42 +0000
commit22ee6985de7d3e81ec0cef9c6ba01b45ad1bafeb (patch)
tree96f9f1b4a4e0f0e77503fd63e6552a4a4b477e21 /fs/jbd2/commit.c
parentBtrfs: return value of btrfs_read_buffer is checked correctly (diff)
downloadkernel-22ee6985de7d3e81ec0cef9c6ba01b45ad1bafeb.tar.gz
kernel-22ee6985de7d3e81ec0cef9c6ba01b45ad1bafeb.zip
Btrfs: check to see if the inode is in the log before fsyncing
We have this check down in the actual logging code, but this is after we start a transaction and all that good stuff. So move the helper inode_in_log() out so we can call it in fsync() and avoid starting a transaction altogether and just exit if we've already fsync()'ed this file recently. You would notice this issue if you fsync()'ed a file over and over again until the transaction committed. Thanks, Signed-off-by: Josef Bacik <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions