summaryrefslogtreecommitdiff
path: root/fs/gfs2
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2009-08-26 18:51:04 +0100
committerSteven Whitehouse <swhiteho@redhat.com>2009-08-26 18:51:04 +0100
commit307cf6e63cfa5025589ea1a06db44439a43819ff (patch)
treea1c8be1c2af112dc055a16569487cdcd99ebfdb2 /fs/gfs2
parent40b78a322365aa1d87770200f7fc7de3b361c11a (diff)
GFS2: Rename eattr.[ch] as xattr.[ch]
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>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/Makefile2
-rw-r--r--fs/gfs2/acl.c2
-rw-r--r--fs/gfs2/inode.c2
-rw-r--r--fs/gfs2/ops_inode.c2
-rw-r--r--fs/gfs2/super.c2
-rw-r--r--fs/gfs2/xattr.c (renamed from fs/gfs2/eattr.c)2
-rw-r--r--fs/gfs2/xattr.h (renamed from fs/gfs2/eattr.h)0
7 files changed, 6 insertions, 6 deletions
diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile
index 2a4fd894858..21f7e46da4c 100644
--- a/fs/gfs2/Makefile
+++ b/fs/gfs2/Makefile
@@ -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 \
diff --git a/fs/gfs2/acl.c b/fs/gfs2/acl.c
index f6777f16726..3fc4e3ac7d8 100644
--- a/fs/gfs2/acl.c
+++ b/fs/gfs2/acl.c
@@ -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"
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index f936d2d6813..4f5e442d60d 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -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"
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c
index 1ee0c265746..c3ac1805405 100644
--- a/fs/gfs2/ops_inode.c
+++ b/fs/gfs2/ops_inode.c
@@ -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"
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c
index 7a5c128e877..2e78a3f68a7 100644
--- a/fs/gfs2/super.c
+++ b/fs/gfs2/super.c
@@ -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)
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/xattr.c
index d9a9e260d5a..34ae9ba4c9f 100644
--- a/fs/gfs2/eattr.c
+++ b/fs/gfs2/xattr.c
@@ -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"
diff --git a/fs/gfs2/eattr.h b/fs/gfs2/xattr.h
index 4040a188f63..4040a188f63 100644
--- a/fs/gfs2/eattr.h
+++ b/fs/gfs2/xattr.h