aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/namei.c')
-rw-r--r--fs/namei.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 4acdac043b6b..7ac9fb4acb2c 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -1161,6 +1161,7 @@ static int __path_lookup_intent_open(int dfd, const char *name,
1161 1161
1162/** 1162/**
1163 * path_lookup_open - lookup a file path with open intent 1163 * path_lookup_open - lookup a file path with open intent
1164 * @dfd: the directory to use as base, or AT_FDCWD
1164 * @name: pointer to file name 1165 * @name: pointer to file name
1165 * @lookup_flags: lookup intent flags 1166 * @lookup_flags: lookup intent flags
1166 * @nd: pointer to nameidata 1167 * @nd: pointer to nameidata
@@ -1175,6 +1176,7 @@ int path_lookup_open(int dfd, const char *name, unsigned int lookup_flags,
1175 1176
1176/** 1177/**
1177 * path_lookup_create - lookup a file path with open + create intent 1178 * path_lookup_create - lookup a file path with open + create intent
1179 * @dfd: the directory to use as base, or AT_FDCWD
1178 * @name: pointer to file name 1180 * @name: pointer to file name
1179 * @lookup_flags: lookup intent flags 1181 * @lookup_flags: lookup intent flags
1180 * @nd: pointer to nameidata 1182 * @nd: pointer to nameidata