diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 7bac2785c6e4..8120fd68dee5 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -316,6 +316,11 @@ extern void nfs_file_clear_open_context(struct file *filp); | |||
316 | /* linux/net/ipv4/ipconfig.c: trims ip addr off front of name, too. */ | 316 | /* linux/net/ipv4/ipconfig.c: trims ip addr off front of name, too. */ |
317 | extern u32 root_nfs_parse_addr(char *name); /*__init*/ | 317 | extern u32 root_nfs_parse_addr(char *name); /*__init*/ |
318 | 318 | ||
319 | static inline void nfs_fattr_init(struct nfs_fattr *fattr) | ||
320 | { | ||
321 | fattr->valid = 0; | ||
322 | } | ||
323 | |||
319 | /* | 324 | /* |
320 | * linux/fs/nfs/file.c | 325 | * linux/fs/nfs/file.c |
321 | */ | 326 | */ |