diff --git a/[refs] b/[refs] index abf580b3a356..16aebde90123 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb636547b02411ca5eef87b1d030ea3fc090a717 +refs/heads/master: 0ce6e62bd6591777bd92873e2db93fdbc5228122 diff --git a/trunk/fs/namei.c b/trunk/fs/namei.c index f02ec0e50fca..6dbbd42d8b95 100644 --- a/trunk/fs/namei.c +++ b/trunk/fs/namei.c @@ -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);