Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13509
b: refs/heads/master
c: 0ce6e62
h: refs/heads/master
i:
  13507: 61bad8c
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 9, 2005
1 parent 4518c9a commit b28174c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: bb636547b02411ca5eef87b1d030ea3fc090a717
refs/heads/master: 0ce6e62bd6591777bd92873e2db93fdbc5228122
5 changes: 3 additions & 2 deletions trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,9 @@ int path_lookup_open(const char *name, unsigned int lookup_flags,
* @open_flags: open intent flags
* @create_mode: create intent flags
*/
int path_lookup_create(const char *name, unsigned int lookup_flags,
struct nameidata *nd, int open_flags, int create_mode)
static int path_lookup_create(const char *name, unsigned int lookup_flags,
struct nameidata *nd, int open_flags,
int create_mode)
{
return __path_lookup_intent_open(name, lookup_flags|LOOKUP_CREATE, nd,
open_flags, create_mode);
Expand Down

0 comments on commit b28174c

Please sign in to comment.