diff options
-rw-r--r-- | fs/dcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 166d35d56868..4d13bf50b7b1 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
@@ -1976,7 +1976,7 @@ global_root: | |||
1976 | * __d_path - return the path of a dentry | 1976 | * __d_path - return the path of a dentry |
1977 | * @path: the dentry/vfsmount to report | 1977 | * @path: the dentry/vfsmount to report |
1978 | * @root: root vfsmnt/dentry (may be modified by this function) | 1978 | * @root: root vfsmnt/dentry (may be modified by this function) |
1979 | * @buffer: buffer to return value in | 1979 | * @buf: buffer to return value in |
1980 | * @buflen: buffer length | 1980 | * @buflen: buffer length |
1981 | * | 1981 | * |
1982 | * Convert a dentry into an ASCII path name. | 1982 | * Convert a dentry into an ASCII path name. |