summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-05-20 08:15:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-20 08:15:18 -0700
commit551395ae667d699189014f762355e9131fc03e79 (patch)
tree69bd0681b33bd12b8b5961af88ad3452afdf7b89 /fs/gfs2/incore.h
parenta8375bd81cf99cb81be37127eaf08316ecb87619 (diff)
parent00377d8e3842776d1da633ad9c79a16ecb548b92 (diff)
downloadop-kernel-dev-551395ae667d699189014f762355e9131fc03e79.zip
op-kernel-dev-551395ae667d699189014f762355e9131fc03e79.tar.gz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes: [GFS2] Prefer strlcpy() over snprintf() [GFS2] Fix cast from unsigned int to s64 [GFS2] filesystem consistency error from do_strip
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 9c2c0b9..eabe5ea 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -236,6 +236,7 @@ enum {
GIF_INVALID = 0,
GIF_QD_LOCKED = 1,
GIF_SW_PAGED = 3,
+ GIF_USER = 4, /* user inode, not metadata addr space */
};
struct gfs2_dinode_host {
OpenPOWER on IntegriCloud