Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294520
b: refs/heads/master
c: 91e56aa
h: refs/heads/master
v: v3
  • Loading branch information
Bryan Schumaker authored and Trond Myklebust committed Mar 5, 2012
1 parent 5c5640d commit 8f180ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8aa0a410af8011d557877e558f9ff17c082c6840
refs/heads/master: 91e56aaedd7ebceacde782a3921fadef4b5d0e1c
11 changes: 11 additions & 0 deletions trunk/include/linux/nfs_idmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,19 @@ struct nfs_server;
struct nfs_fattr;
struct nfs4_string;

#ifdef CONFIG_NFS_V4
int nfs_idmap_init(void);
void nfs_idmap_quit(void);
#else
static inline int nfs_idmap_init(void)
{
return 0;
}

static inline void nfs_idmap_quit(void)
{}
#endif

int nfs_idmap_new(struct nfs_client *);
void nfs_idmap_delete(struct nfs_client *);

Expand Down

0 comments on commit 8f180ea

Please sign in to comment.