From eed6b7c84cc33f229f6fecd884d9a22af5bec514 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 28 Jul 2000 22:58:42 +0000 Subject: Merge with Linux 2.4.0-test5-pre6. --- fs/dquot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/dquot.c') diff --git a/fs/dquot.c b/fs/dquot.c index 42d91c35f..15f7dad8f 100644 --- a/fs/dquot.c +++ b/fs/dquot.c @@ -732,7 +732,7 @@ put_it: /* Free list of dquots - called from inode.c */ void put_dquot_list(struct list_head *tofree_head) { - struct list_head *act_head = tofree_head.next; + struct list_head *act_head = tofree_head->next; struct dquot *dquot; /* So now we have dquots on the list... Just free them */ -- cgit v1.2.3