diff options
Diffstat (limited to 'fs/dcache.c')
-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 3ee588d5f585..c4c9072d810c 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
@@ -1847,7 +1847,7 @@ Elong: | |||
1847 | * | 1847 | * |
1848 | * "buflen" should be positive. Caller holds the dcache_lock. | 1848 | * "buflen" should be positive. Caller holds the dcache_lock. |
1849 | */ | 1849 | */ |
1850 | char *d_path(struct path *path, char *buf, int buflen) | 1850 | char *d_path(const struct path *path, char *buf, int buflen) |
1851 | { | 1851 | { |
1852 | char *res; | 1852 | char *res; |
1853 | struct path root; | 1853 | struct path root; |