nfsd4: initialize special stateid's at compile time
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 12 Dec 2011 20:00:35 +0000 (15:00 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 12 Dec 2011 20:27:00 +0000 (15:27 -0500)
Stateid's with "other" ("opaque") field all zeros or all ones are
reserved.  We define all_ones separately on the off chance there will be
more such some day, though currently all the other special stateid's
have zero other field.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found