This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / stat.c
index 6e94fc8..6bda9bf 100644 (file)
--- a/fs/stat.c
+++ b/fs/stat.c
@@ -26,7 +26,6 @@ void generic_fillattr(struct inode *inode, struct kstat *stat)
        stat->nlink = inode->i_nlink;
        stat->uid = inode->i_uid;
        stat->gid = inode->i_gid;
-       stat->xid = inode->i_xid;
        stat->rdev = inode->i_rdev;
        stat->atime = inode->i_atime;
        stat->mtime = inode->i_mtime;