xfs: set up inode operation vectors later
authorChristoph Hellwig <hch@lst.de>
Tue, 5 Apr 2016 21:48:27 +0000 (07:48 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 5 Apr 2016 21:48:27 +0000 (07:48 +1000)
commit2b3d1d41b4d96c3b074096ae57b27cd191969643
tree5b05d844bddc7215b809eebc88c27c5636761a83
parent143f4aede7fb25b9198b15660d6f9830936394a8
xfs: set up inode operation vectors later

In the next patch we'll set up different inode operations for inline vs
out of line symlinks, for that we need to make sure the flags are already
set up properly.

[dchinner: added xfs_setup_iops() call to xfs_rename_alloc_whiteout()]

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_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_iops.c
This page took 0.044647 seconds and 5 git commands to generate.