xfs: remove xfs_filestream_associate
authorChristoph Hellwig <hch@lst.de>
Tue, 22 Apr 2014 21:11:52 +0000 (07:11 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 22 Apr 2014 21:11:52 +0000 (07:11 +1000)
commit3b8d90766a85e079fefaee74ca9dde43ce75edea
tree4d8127027451b32e5629463dadc6495dadd80496
parent1919adda0732e661c6163a6505dddb0bc423b8d8
xfs: remove xfs_filestream_associate

There is no good reason to create a filestream when a directory entry
is created.  Delay it until the first allocation happens to simply
the code and reduce the amount of mru cache lookups we do.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_filestream.c
fs/xfs/xfs_filestream.h
fs/xfs/xfs_inode.c