]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
GFS2: Rename eattr.[ch] as xattr.[ch]
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 26 Aug 2009 17:51:04 +0000 (18:51 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 26 Aug 2009 17:51:04 +0000 (18:51 +0100)
Use the more conventional name for the extended attribute
support code. Update all the places which care.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/Makefile
fs/gfs2/acl.c
fs/gfs2/inode.c
fs/gfs2/ops_inode.c
fs/gfs2/super.c
fs/gfs2/xattr.c [moved from fs/gfs2/eattr.c with 99% similarity]
fs/gfs2/xattr.h [moved from fs/gfs2/eattr.h with 100% similarity]

index 2a4fd894858a239a24b78278b9eeb404d0c5a271..21f7e46da4c015925b5ff4ae1b6856f25653ea64 100644 (file)
@@ -1,6 +1,6 @@
 EXTRA_CFLAGS := -I$(src)
 obj-$(CONFIG_GFS2_FS) += gfs2.o
-gfs2-y := acl.o bmap.o dir.o eattr.o glock.o \
+gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \
        glops.o inode.o log.o lops.o main.o meta_io.o \
        aops.o dentry.o export.o file.o \
        ops_fstype.o ops_inode.o quota.o \
index f6777f1672600e37c8a501f137a054bc07f56669..3fc4e3ac7d84efdc76b4ddbae91f82f90f8c257d 100644 (file)
@@ -19,7 +19,7 @@
 #include "gfs2.h"
 #include "incore.h"
 #include "acl.h"
-#include "eattr.h"
+#include "xattr.h"
 #include "glock.h"
 #include "inode.h"
 #include "meta_io.h"
index f936d2d681386e5068109c55fc4c2d25c3caf446..4f5e442d60d8bebf1ba196496ecfefc987c4c3fd 100644 (file)
@@ -24,7 +24,7 @@
 #include "acl.h"
 #include "bmap.h"
 #include "dir.h"
-#include "eattr.h"
+#include "xattr.h"
 #include "glock.h"
 #include "glops.h"
 #include "inode.h"
index 1ee0c26574676d22a0da69278ae0bffd7041fc43..c3ac180540576a7ba8f59c9ded3bb1d52b0b7a47 100644 (file)
@@ -26,7 +26,7 @@
 #include "acl.h"
 #include "bmap.h"
 #include "dir.h"
-#include "eattr.h"
+#include "xattr.h"
 #include "glock.h"
 #include "inode.h"
 #include "meta_io.h"
index 7a5c128e8776c2c32b3d0c6093748522e5f67c4d..2e78a3f68a76011891ca38d3cbc7ced4561ba18b 100644 (file)
@@ -38,7 +38,7 @@
 #include "trans.h"
 #include "util.h"
 #include "sys.h"
-#include "eattr.h"
+#include "xattr.h"
 
 #define args_neq(a1, a2, x) ((a1)->ar_##x != (a2)->ar_##x)
 
similarity index 99%
rename from fs/gfs2/eattr.c
rename to fs/gfs2/xattr.c
index d9a9e260d5accf2bcb8b0dc6cafd00762f0dc3e7..34ae9ba4c9fec5357177bcb3786a3c42ec3a2b1c 100644 (file)
@@ -18,7 +18,7 @@
 #include "gfs2.h"
 #include "incore.h"
 #include "acl.h"
-#include "eattr.h"
+#include "xattr.h"
 #include "glock.h"
 #include "inode.h"
 #include "meta_io.h"
similarity index 100%
rename from fs/gfs2/eattr.h
rename to fs/gfs2/xattr.h