commit | 2cd2ef6a300b1ac912bb515b75451585c3d33ea9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 23 07:11:51 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Apr 23 07:11:51 2014 +1000 |
tree | cae34ff7663a57aec71cea7b2a9b3555d70b32c4 | |
parent | f37211c336d722805493aec8b13afdbb92bbfd98 [diff] |
xfs: rewrite the filestream allocator using the dentry cache In Linux we will always be able to find a parent inode for file that are undergoing I/O. Use this to simply the file stream allocator by only keeping track of parent inodes. Signed-off-by: Christoph Hellwig <hch@lst.de>