patch-2.2.0-pre8 linux/fs/autofs/dirhash.c

Next file: linux/fs/buffer.c
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre7/linux/fs/autofs/dirhash.c linux/fs/autofs/dirhash.c
@@ -209,7 +209,7 @@
 void autofs_hash_dputall(struct autofs_dirhash *dh)
 {
 	int i;
-	struct autofs_dir_ent *ent, *nent;
+	struct autofs_dir_ent *ent;
 
 	for ( i = 0 ; i < AUTOFS_HASH_SIZE ; i++ ) {
 		for ( ent = dh->h[i] ; ent ; ent = ent->next ) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov