btrfs: optmize listxattr
[deliverable/linux.git] / fs / btrfs / xattr.h
index b2e47e3f2442463976f9e7a8dbc948ea991b000f..825e55bd4960f62d20d8ec08a55e3ebacbb94834 100644 (file)
@@ -47,12 +47,4 @@ ssize_t btrfs_xattr_get(struct inode *inode, int name_index, const char *name,
 int btrfs_xattr_set(struct inode *inode, int name_index, const char *name,
                        const void *value, size_t size, int flags);
 
-/*
- * the only reason this is public is for acl.c.  There may be a point where
- * acl.c doesn't need it, and if thats the case we need to remove it and make
- * it static in xattr.c
- */
-size_t btrfs_xattr_generic_list(struct inode *inode, char *list,
-                               size_t list_size, const char *name,
-                               size_t name_len);
 #endif /* __XATTR__ */
This page took 0.026447 seconds and 5 git commands to generate.