]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nfs/nfs3proc.c
NFS: convert flags to bool
[karo-tx-linux.git] / fs / nfs / nfs3proc.c
index 0c07b567118dcd8a99d924a738c0fe7a0149bf43..df4a7d3ab91571a6368acc6be0a77474458755e5 100644 (file)
@@ -621,7 +621,7 @@ out:
  */
 static int
 nfs3_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
-                 u64 cookie, struct page **pages, unsigned int count, int plus)
+                 u64 cookie, struct page **pages, unsigned int count, bool plus)
 {
        struct inode            *dir = d_inode(dentry);
        __be32                  *verf = NFS_I(dir)->cookieverf;