]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/efs/super.c
EFS: Don't set f_fsid in statfs().
[linux-2.6-omap-h63xx.git] / fs / efs / super.c
index 567b134fa1f156f1c886e488771fbcb06ab61089..73b19cfc91fc57510cc96d8863b776748550b65a 100644 (file)
@@ -341,8 +341,6 @@ static int efs_statfs(struct dentry *dentry, struct kstatfs *buf) {
                        sb->inode_blocks *
                        (EFS_BLOCKSIZE / sizeof(struct efs_dinode));
        buf->f_ffree   = sb->inode_free;        /* free inodes */
-       buf->f_fsid.val[0] = (sb->fs_magic >> 16) & 0xffff; /* fs ID */
-       buf->f_fsid.val[1] =  sb->fs_magic        & 0xffff; /* fs ID */
        buf->f_namelen = EFS_MAXNAMELEN;        /* max filename length */
 
        return 0;