Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98443
b: refs/heads/master
c: 20d4fdc
h: refs/heads/master
i:
  98441: 86f9611
  98439: ce571c6
v: v3
  • Loading branch information
Jan Engelhardt authored and Al Viro committed Jun 23, 2008
1 parent 43c024f commit 35dc39b
Show file tree
Hide file tree
Showing 3 changed files with 3 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: c8e7f449b225ee6c87454ac069f0a041035c5140
refs/heads/master: 20d4fdc1a788e4ca0aaf2422772ba668e7e10839
2 changes: 1 addition & 1 deletion trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@ char *__d_path(const struct path *path, struct path *root,
*
* "buflen" should be positive. Caller holds the dcache_lock.
*/
char *d_path(struct path *path, char *buf, int buflen)
char *d_path(const struct path *path, char *buf, int buflen)
{
char *res;
struct path root;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/dcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ extern int d_validate(struct dentry *, struct dentry *);
extern char *dynamic_dname(struct dentry *, char *, int, const char *, ...);

extern char *__d_path(const struct path *path, struct path *root, char *, int);
extern char *d_path(struct path *, char *, int);
extern char *d_path(const struct path *, char *, int);
extern char *dentry_path(struct dentry *, char *, int);

/* Allocation counts.. */
Expand Down

0 comments on commit 35dc39b

Please sign in to comment.