From: J. Bruce Fields Date: Fri, 9 Mar 2012 22:02:28 +0000 (-0500) Subject: nfsd4: make sure set CB_PATH_DOWN sequence flag set X-Git-Tag: v3.4-rc1~40^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8546ee518c6662ddb3075249fb31d89e5dbfb7d5;p=pandora-kernel.git nfsd4: make sure set CB_PATH_DOWN sequence flag set Make sure this is set whenever there is no callback channel. If a client does not set up a callback channel at all, then it will get this flag set from the very start. That's OK, it can just ignore the flag if it doesn't care. If a client does care, I think it's better to inform it of the problem as early as possible. Reported-by: Rick Macklem Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed