Skip to content

Commit

Permalink
[PATCH] fs/nfsd/nfs4state.c: make a struct static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Apr 11, 2006
1 parent d5b9026 commit e465a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ nfs4_transform_lock_offset(struct file_lock *lock)

/* Hack!: For now, we're defining this just so we can use a pointer to it
* as a unique cookie to identify our (NFSv4's) posix locks. */
struct lock_manager_operations nfsd_posix_mng_ops = {
static struct lock_manager_operations nfsd_posix_mng_ops = {
};

static inline void
Expand Down

0 comments on commit e465a77

Please sign in to comment.