projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95c4b6
)
minor indentation correction
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Sun, 10 Jun 2007 21:51:42 +0000
(17:51 -0400)
committer
Erez_Zadok
<ezk@cs.sunysb.edu>
Mon, 23 Jul 2007 00:50:49 +0000
(20:50 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/lookup.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/lookup.c
b/fs/unionfs/lookup.c
index 98a05a8f29d87bb3de83474da6d9586afc088c75..c65875deff38c2775074d5becfa9f335e86882f6 100644
(file)
--- a/
fs/unionfs/lookup.c
+++ b/
fs/unionfs/lookup.c
@@
-490,7
+490,7
@@
int new_dentry_private_data(struct dentry *dentry)
GFP_ATOMIC);
info = UNIONFS_D(dentry);
if (!info)
- goto out;
+
goto out;
mutex_init(&info->lock);
info->lower_paths = NULL;