

---

 lxc-dave/include/linux/mount.h |    1 -
 1 files changed, 1 deletion(-)

diff -puN include/linux/mount.h~debug-1 include/linux/mount.h
--- lxc/include/linux/mount.h~debug-1	2006-05-31 13:40:51.000000000 -0700
+++ lxc-dave/include/linux/mount.h	2006-05-31 13:41:22.000000000 -0700
@@ -93,7 +93,6 @@ extern spinlock_t vfsmount_lock;
 
 static inline int mnt_flag_set(struct vfsmount *m, int flag)
 {
-	WARN_ON(!m);
 	if (!m)
 		return 0;
 	return (m->mnt_flags & flag);
_
