]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_types.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6] / fs / xfs / xfs_types.h
index 5c89be4754642dbeac79e47baf0cf78e3ef810db..0f5191644ab2c53580263adbe9e35cb83af233b4 100644 (file)
@@ -160,4 +160,9 @@ typedef enum {
        XFS_BTNUM_MAX
 } xfs_btnum_t;
 
+struct xfs_name {
+       const char      *name;
+       int             len;
+};
+
 #endif /* __XFS_TYPES_H__ */