2002-07-18 14:54:49

by Frederik Nosi

[permalink] [raw]
Subject: [TRIVIAL][Patch 2.4] kill a warning


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);
}