]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/configfs/dir.c
[PATCH] configfs: Include linux/err.h in linux/configfs.h
[linux-2.6-omap-h63xx.git] / fs / configfs / dir.c
index 179589be063abe97ba0d10a1982bdea244488d36..2495f23e33f45b767a88e825f6606126c073814d 100644 (file)
@@ -1094,7 +1094,7 @@ static int configfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
        kfree(name);
        if (ret) {
                /*
-                * If item == NULL, then link_obj() was never called.
+                * If ret != 0, then link_obj() was never called.
                 * There are no extra references to clean up.
                 */
                goto out_put;