]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/9p/vfs_inode.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[linux.git] / fs / 9p / vfs_inode.c
index 57d017ac68e4f563b51141f1e223769f5497ca5d..b5340c829de1c00e7666ce98edc0df5f6c076027 100644 (file)
@@ -225,9 +225,9 @@ v9fs_blank_wstat(struct p9_wstat *wstat)
        wstat->uid = NULL;
        wstat->gid = NULL;
        wstat->muid = NULL;
-       wstat->n_uid = ~0;
-       wstat->n_gid = ~0;
-       wstat->n_muid = ~0;
+       wstat->n_uid = INVALID_UID;
+       wstat->n_gid = INVALID_GID;
+       wstat->n_muid = INVALID_UID;
        wstat->extension = NULL;
 }