btrfs: make static code static & remove dead code
[deliverable/linux.git] / fs / btrfs / xattr.c
index 446a6848c5548f2f8f03f2b532eac9a174bd56c7..05740b9789e4f97dd92b65f0d000e87dac7558e6 100644 (file)
@@ -406,8 +406,8 @@ int btrfs_removexattr(struct dentry *dentry, const char *name)
                                XATTR_REPLACE);
 }
 
-int btrfs_initxattrs(struct inode *inode, const struct xattr *xattr_array,
-                    void *fs_info)
+static int btrfs_initxattrs(struct inode *inode,
+                           const struct xattr *xattr_array, void *fs_info)
 {
        const struct xattr *xattr;
        struct btrfs_trans_handle *trans = fs_info;
This page took 0.0263 seconds and 5 git commands to generate.