]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cleanup
authorYehuda Sadeh-Weinraub <yehuda@yehuda.infit.com>
Sat, 2 Feb 2008 21:18:17 +0000 (23:18 +0200)
committerYehuda Sadeh-Weinraub <yehuda@yehuda.infit.com>
Sat, 2 Feb 2008 21:18:17 +0000 (23:18 +0200)
src/kernel/file.c

index d91b095da1774f3b5a1feabb612a4f379421469b..4fe87c8532edc543f4d64e381d4283c4028f6bdf 100644 (file)
@@ -162,7 +162,8 @@ int ceph_lookup_open(struct inode *dir, struct dentry *dentry,
        if (err == -ENOENT) {
                ceph_touch_dentry(dentry);
                d_add(dentry, NULL);
-       } if (err < 0)
+       } 
+       if (err < 0)
                goto out;
        if (rinfo.trace_nr == 0) {
                derr(0, "wtf, no trace from mds\n");