2002-06-08 19:19:14

by Robert Kuebel

[permalink] [raw]
Subject: [PATCH] [TRIVIAL] remove unused label in dnotify.c

This patch removes an un-needed label in __inode_dir_notify(). Patch is
against 2.4.19-pre10.

Rob.

--- linux-clean/fs/dnotify.c Fri Jun 7 23:42:06 2002
+++ linux-dirty/fs/dnotify.c Sat Jun 8 11:50:15 2002
@@ -135,7 +135,6 @@
}
if (changed)
redo_inode_mask(inode);
-out:
write_unlock(&dn_lock);
}