diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_leaf.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_attr_leaf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_attr_leaf.c b/fs/xfs/libxfs/xfs_attr_leaf.c index 01a5ecfedfcf..8ea91f363093 100644 --- a/fs/xfs/libxfs/xfs_attr_leaf.c +++ b/fs/xfs/libxfs/xfs_attr_leaf.c | |||
@@ -792,7 +792,7 @@ xfs_attr_shortform_to_leaf(xfs_da_args_t *args) | |||
792 | nargs.dp = dp; | 792 | nargs.dp = dp; |
793 | nargs.geo = args->geo; | 793 | nargs.geo = args->geo; |
794 | nargs.firstblock = args->firstblock; | 794 | nargs.firstblock = args->firstblock; |
795 | nargs.flist = args->flist; | 795 | nargs.dfops = args->dfops; |
796 | nargs.total = args->total; | 796 | nargs.total = args->total; |
797 | nargs.whichfork = XFS_ATTR_FORK; | 797 | nargs.whichfork = XFS_ATTR_FORK; |
798 | nargs.trans = args->trans; | 798 | nargs.trans = args->trans; |
@@ -922,7 +922,7 @@ xfs_attr3_leaf_to_shortform( | |||
922 | nargs.geo = args->geo; | 922 | nargs.geo = args->geo; |
923 | nargs.dp = dp; | 923 | nargs.dp = dp; |
924 | nargs.firstblock = args->firstblock; | 924 | nargs.firstblock = args->firstblock; |
925 | nargs.flist = args->flist; | 925 | nargs.dfops = args->dfops; |
926 | nargs.total = args->total; | 926 | nargs.total = args->total; |
927 | nargs.whichfork = XFS_ATTR_FORK; | 927 | nargs.whichfork = XFS_ATTR_FORK; |
928 | nargs.trans = args->trans; | 928 | nargs.trans = args->trans; |