[TRIVIAL][Patch 2.4] kill a warning

Frederik Nosi (fredi@e-salute.it)
Thu, 18 Jul 2002 17:07:04 +0200


This kills a compiler warning and touches only one file. Checked on both
2.4.19-rc[12]

--- linux-2.4.19-rc1/fs/dnotify.c Sat Jul 6 19:58:52 2002
+++ linux/fs/dnotify.c Mon Jul 8 21:58:10 2002
@@ -135,7 +135,7 @@
}
if (changed)
redo_inode_mask(inode);
-out:
+
write_unlock(&dn_lock);
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/