https://github.com/torvalds/linux
Revision f0de181c9b48a397c5a2fbe63dcdd2a26a872695 authored by Josef Bacik on 17 September 2013, 14:55:51 UTC, committed by Chris Mason on 21 September 2013, 15:05:27 UTC
This is a left over of how we used to wait for ordered extents, which was to
grab the inode and then run filemap flush on it.  However if we have an ordered
extent then we already are holding a ref on the inode, and we just use
btrfs_start_ordered_extent anyway, so there is no reason to have an extra ref on
the inode to start work on the ordered extent.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
1 parent c4fbb43
History
Tip revision: f0de181c9b48a397c5a2fbe63dcdd2a26a872695 authored by Josef Bacik on 17 September 2013, 14:55:51 UTC
Btrfs: kill delay_iput arg to the wait_ordered functions
Tip revision: f0de181
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.1 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 254.0 KB
Makefile -rw-r--r-- 47.4 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top