diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-11 01:55:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 09:18:51 -0400 |
commit | e465a77f943f51df1a169426df879340bd0db3f3 (patch) | |
tree | a9f11a318fd0ce3df430520a5c14c84e130402c4 /fs/nfsd | |
parent | d5b9026a670fdb404e6e2e2e0a1b447e9ea9c1f6 (diff) |
[PATCH] fs/nfsd/nfs4state.c: make a struct static
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Marc Eshel <eshel@almaden.ibm.com>
Cc: Andy Adamson <andros@citi.umich.edu>
Cc: J. Bruce Fields <bfields@citi.umich.edu>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index ffedce08b4cb..a8c2122a481e 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -2497,7 +2497,7 @@ nfs4_transform_lock_offset(struct file_lock *lock) | |||
2497 | 2497 | ||
2498 | /* Hack!: For now, we're defining this just so we can use a pointer to it | 2498 | /* Hack!: For now, we're defining this just so we can use a pointer to it |
2499 | * as a unique cookie to identify our (NFSv4's) posix locks. */ | 2499 | * as a unique cookie to identify our (NFSv4's) posix locks. */ |
2500 | struct lock_manager_operations nfsd_posix_mng_ops = { | 2500 | static struct lock_manager_operations nfsd_posix_mng_ops = { |
2501 | }; | 2501 | }; |
2502 | 2502 | ||
2503 | static inline void | 2503 | static inline void |