Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124709
b: refs/heads/master
c: 146ec94
h: refs/heads/master
i:
  124707: e1173df
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Dec 23, 2008
1 parent d47b491 commit 502ee6d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b5d2b98e118716dd1ccc2808fae88f6c4b16d54
refs/heads/master: 146ec944bbd31d241a44a00518b054fb01921d22
4 changes: 4 additions & 0 deletions trunk/fs/nfs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ struct nfs_parsed_mount_data {
struct security_mnt_opts lsm_opts;
};

/* mount_clnt.c */
extern int nfs_mount(struct sockaddr *, size_t, char *, char *,
int, int, struct nfs_fh *);

/* client.c */
extern struct rpc_program nfs_program;

Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/nfs/nfsroot.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
#include <net/ipconfig.h>
#include <linux/parser.h>

#include "internal.h"

/* Define this to allow debugging output */
#undef NFSROOT_DEBUG
#define NFSDBG_FACILITY NFSDBG_ROOT
Expand Down
6 changes: 0 additions & 6 deletions trunk/include/linux/nfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,6 @@ static inline void nfs3_forget_cached_acls(struct inode *inode)
}
#endif /* CONFIG_NFS_V3_ACL */

/*
* linux/fs/mount_clnt.c
*/
extern int nfs_mount(struct sockaddr *, size_t, char *, char *,
int, int, struct nfs_fh *);

/*
* inline functions
*/
Expand Down

0 comments on commit 502ee6d

Please sign in to comment.