projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d7ca3
)
nfsd4: remove typoed replay field
author
J. Bruce Fields
<bfields@redhat.com>
Mon, 29 Aug 2011 14:36:11 +0000
(10:36 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Wed, 31 Aug 2011 21:55:58 +0000
(17:55 -0400)
Wow, I wonder how long that typo's been there.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/state.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/state.h
b/fs/nfsd/state.h
index f02badd70cf2902da8d2a77c70aecbe0e86392f7..6b706a60ce8888913a089e1d34dd697cc3c92229 100644
(file)
--- a/
fs/nfsd/state.h
+++ b/
fs/nfsd/state.h
@@
-312,7
+312,6
@@
struct nfs4_replay {
__be32 rp_status;
unsigned int rp_buflen;
char *rp_buf;
- unsigned intrp_allocated;
struct knfsd_fh rp_openfh;
char rp_ibuf[NFSD4_REPLAY_ISIZE];
};