Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280244
b: refs/heads/master
c: 64f1426
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 3e5f2b1 commit d085af5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: a760b03dc0ac4c9663577ca45de5e0fe1c35dc13
refs/heads/master: 64f1426f3c4f8dde9ac9bf3f3b19b88d17f2bae6
2 changes: 1 addition & 1 deletion trunk/include/linux/sunrpc/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ extern void cache_unregister(struct cache_detail *cd);
extern void cache_unregister_net(struct cache_detail *cd, struct net *net);

extern int sunrpc_cache_register_pipefs(struct dentry *parent, const char *,
mode_t, struct cache_detail *);
umode_t, struct cache_detail *);
extern void sunrpc_cache_unregister_pipefs(struct cache_detail *);

extern void qword_add(char **bpp, int *lp, char *str);
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/sunrpc/rpc_pipe_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extern int rpc_remove_client_dir(struct dentry *);
struct cache_detail;
extern struct dentry *rpc_create_cache_dir(struct dentry *,
struct qstr *,
mode_t umode,
umode_t umode,
struct cache_detail *);
extern void rpc_remove_cache_dir(struct dentry *);

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ const struct file_operations cache_flush_operations_pipefs = {
};

int sunrpc_cache_register_pipefs(struct dentry *parent,
const char *name, mode_t umode,
const char *name, umode_t umode,
struct cache_detail *cd)
{
struct qstr q;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/rpc_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ static void rpc_cachedir_depopulate(struct dentry *dentry)
}

struct dentry *rpc_create_cache_dir(struct dentry *parent, struct qstr *name,
mode_t umode, struct cache_detail *cd)
umode_t umode, struct cache_detail *cd)
{
return rpc_mkdir_populate(parent, name, umode, NULL,
rpc_cachedir_populate, cd);
Expand Down

0 comments on commit d085af5

Please sign in to comment.