Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347814
b: refs/heads/master
c: b911a6b
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown authored and Al Viro committed Dec 20, 2012
1 parent 661d638 commit 7a67573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 471667391a92bf7bf2cd4ff31a3ad88e5dec934b
refs/heads/master: b911a6bdeef5848c468597d040e3407e0aee04ce
2 changes: 1 addition & 1 deletion trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ EXPORT_SYMBOL(d_find_any_alias);
*/
struct dentry *d_obtain_alias(struct inode *inode)
{
static const struct qstr anonstring = { .name = "" };
static const struct qstr anonstring = QSTR_INIT("/", 1);
struct dentry *tmp;
struct dentry *res;

Expand Down

0 comments on commit 7a67573

Please sign in to comment.