Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/fs/namespace.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/namespace.c~intrinsic-automount-and-mountpoint-degradation-support-fix fs/namespace.c
--- 25/fs/namespace.c~intrinsic-automount-and-mountpoint-degradation-support-fix	2004-07-01 18:32:20.493640160 -0700
+++ 25-akpm/fs/namespace.c	2004-07-01 18:32:26.870670704 -0700
@@ -835,7 +835,7 @@ void mark_mounts_for_expiry(struct list_
 	struct list_head graveyard, *_p, *_n;
 	struct vfsmount *mnt;
 
-	if (list_empty(&mounts))
+	if (list_empty(mounts))
 		return;
 
 	INIT_LIST_HEAD(&graveyard);
_