diff options
Diffstat (limited to 'libnetfs/io-identity.c')
-rw-r--r-- | libnetfs/io-identity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/io-identity.c b/libnetfs/io-identity.c index 0656b4dc..e259a0f7 100644 --- a/libnetfs/io-identity.c +++ b/libnetfs/io-identity.c @@ -38,7 +38,7 @@ netfs_S_io_identity (struct protid *cred, np = cred->po->np; mutex_lock (&np->lock); - err = netfs_validate_stat (np, cred->credential); + err = netfs_validate_stat (np, cred->user); if (err) { mutex_unlock (&np->lock); |