diff options
author | David Sterba <dsterba@suse.com> | 2016-05-25 22:51:03 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-05-25 22:51:03 +0200 |
commit | 42f31734eb7658fd01fb186d56312be869450a42 (patch) | |
tree | b2fb549b9549bead4d2837c81760cf87fa50ad43 /fs/btrfs/transaction.c | |
parent | e73440868fde7cce4a93583a4fa2db9a8938a7ed (diff) | |
parent | 0132761017e012ab4dc8584d679503f2ba26ca86 (diff) | |
download | op-kernel-dev-42f31734eb7658fd01fb186d56312be869450a42.zip op-kernel-dev-42f31734eb7658fd01fb186d56312be869450a42.tar.gz |
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 5b0b758..f6e24cb 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c @@ -944,7 +944,7 @@ int btrfs_write_marked_extents(struct btrfs_root *root, err = convert_extent_bit(dirty_pages, start, end, EXTENT_NEED_WAIT, - mark, &cached_state, GFP_NOFS); + mark, &cached_state); /* * convert_extent_bit can return -ENOMEM, which is most of the * time a temporary error. So when it happens, ignore the error |