From 519ced06be59c3b1e1c2b669e5d1e7376a2377d9 Mon Sep 17 00:00:00 2001 From: Frank Filz Date: Wed, 21 Oct 2009 16:45:02 -0700 Subject: [PATCH] --- yaml --- r: 177179 b: refs/heads/master c: aba24d71580180dfdf6a1a83a5858a1c048fd785 h: refs/heads/master i: 177177: d0813d6e4fcbe85f94d45438aac074a6810065fa 177175: e4d5f4f253625d560665cc581fa43a4e21b9cd25 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4acl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d9c3c44b3be4..fdf7236298fc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dc83d6e27fa80babe31c80aa8568f125f72edf57 +refs/heads/master: aba24d71580180dfdf6a1a83a5858a1c048fd785 diff --git a/trunk/fs/nfsd/nfs4acl.c b/trunk/fs/nfsd/nfs4acl.c index 725d02f210e2..6d9c6aabc85e 100644 --- a/trunk/fs/nfsd/nfs4acl.c +++ b/trunk/fs/nfsd/nfs4acl.c @@ -389,7 +389,7 @@ sort_pacl(struct posix_acl *pacl) sort_pacl_range(pacl, 1, i-1); BUG_ON(pacl->a_entries[i].e_tag != ACL_GROUP_OBJ); - j = i++; + j = ++i; while (pacl->a_entries[j].e_tag == ACL_GROUP) j++; sort_pacl_range(pacl, i, j-1);