Staging
v0.6.0
https://github.com/torvalds/linux
Revision e57101991156aaba97c630f38e880f0d4012edcd authored by J.Bruce Fields on 13 December 2006, 08:35:20 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:53 UTC
A comment here incorrectly states that "slack_space" is measured in words, not
bytes.  Remove the comment, and adjust a variable name and a few comments to
clarify the situation.

This is pure cleanup; there should be no change in functionality.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent b797b5b
Raw File
Tip revision: e57101991156aaba97c630f38e880f0d4012edcd authored by J.Bruce Fields on 13 December 2006, 08:35:20 UTC
[PATCH] knfsd: nfsd4: clarify units of COMPOUND_SLACK_SPACE
Tip revision: e571019
locking-selftest-spin.h
#undef LOCK
#define LOCK		L

#undef UNLOCK
#define UNLOCK		U

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		SI
back to top