commit | 8ce54e0d82730ece61737c9fd7b61b28ab8c3390 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Thu Nov 29 11:40:43 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Dec 03 09:59:00 2012 -0500 |
tree | 7a3cc8c0fea766d99cb93539ed3953b232767fc4 | |
parent | 269de30f10604710dde8d544748b5b6c748b7de8 [diff] |
NFSD: Fault injection operations take a per-client forget function The eventual goal is to forget state based on ip address, so it makes sense to call this function in a for-each-client loop until the correct amount of state is forgotten. I also use this patch as an opportunity to rename the forget function from "func()" to "forget()". Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>