nfsd: switch unsigned char flags in svc_fh to bools

...just for clarity.

Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Jeff Layton
2015-09-17 08:28:39 -04:00
committato da J. Bruce Fields
parent fcaba026a5
commit aaf91ec148
6 ha cambiato i file con 17 aggiunte e 20 eliminazioni

Vedi File

@@ -631,10 +631,7 @@ fh_put(struct svc_fh *fhp)
fh_unlock(fhp);
fhp->fh_dentry = NULL;
dput(dentry);
#ifdef CONFIG_NFSD_V3
fhp->fh_pre_saved = 0;
fhp->fh_post_saved = 0;
#endif
fh_clear_wcc(fhp);
}
fh_drop_write(fhp);
if (exp) {