]> git.samba.org - sfrench/cifs-2.6.git/blobdiff - fs/xfs/libxfs/xfs_attr_leaf.h
xfs: several xattr functions can be void
[sfrench/cifs-2.6.git] / fs / xfs / libxfs / xfs_attr_leaf.h
index 4f2aed04f8273b5924f34180211dbb9b11e14aa4..91f51637f8af07cb66b3685b687b1d1578b6dfd6 100644 (file)
@@ -77,7 +77,7 @@ int   xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer,
                                 struct xfs_da_args *args);
 int    xfs_attr3_leaf_remove(struct xfs_buf *leaf_buffer,
                                    struct xfs_da_args *args);
-int    xfs_attr3_leaf_list_int(struct xfs_buf *bp,
+void   xfs_attr3_leaf_list_int(struct xfs_buf *bp,
                                      struct xfs_attr_list_context *context);
 
 /*