]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/lockd/svcshare.c
fuse: s_time_gran fix
[karo-tx-linux.git] / fs / lockd / svcshare.c
index 068886de4dda19b176ab2340da64269c05d87da1..b0ae07008700c65de59ddb2404a51dd642c84aee 100644 (file)
@@ -71,7 +71,8 @@ nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file,
        struct nlm_share        *share, **shpp;
        struct xdr_netobj       *oh = &argp->lock.oh;
 
-       for (shpp = &file->f_shares; (share = *shpp) != 0; shpp = &share->s_next) {
+       for (shpp = &file->f_shares; (share = *shpp) != NULL;
+                                       shpp = &share->s_next) {
                if (share->s_host == host && nlm_cmp_owner(share, oh)) {
                        *shpp = share->s_next;
                        kfree(share);