diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_leaf.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_attr_leaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_attr_leaf.c b/fs/xfs/libxfs/xfs_attr_leaf.c index c7378bc62d2b..8085c4f0e5a0 100644 --- a/fs/xfs/libxfs/xfs_attr_leaf.c +++ b/fs/xfs/libxfs/xfs_attr_leaf.c | |||
@@ -2410,7 +2410,7 @@ xfs_attr3_leaf_getvalue( | |||
2410 | return -ERANGE; | 2410 | return -ERANGE; |
2411 | } | 2411 | } |
2412 | args->valuelen = args->rmtvaluelen; | 2412 | args->valuelen = args->rmtvaluelen; |
2413 | return 0; | 2413 | return xfs_attr_rmtval_get(args); |
2414 | } | 2414 | } |
2415 | 2415 | ||
2416 | /*======================================================================== | 2416 | /*======================================================================== |