ecryptfs: Make ecryptfs_xattr_handler static
[sfrench/cifs-2.6.git] / fs / ecryptfs / inode.c
index 5c36ceecb5c12828ceb84a39d19c86b69713b937..c9b5b59cbd484078ae9e601fb880af0bb1a35cfd 100644 (file)
@@ -1135,7 +1135,7 @@ static int ecryptfs_xattr_set(const struct xattr_handler *handler,
        }
 }
 
-const struct xattr_handler ecryptfs_xattr_handler = {
+static const struct xattr_handler ecryptfs_xattr_handler = {
        .prefix = "",  /* match anything */
        .get = ecryptfs_xattr_get,
        .set = ecryptfs_xattr_set,