X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=fs%2Ffile.c;h=7cb71b99260340fe7302d2a8c5dc4f84f8029aff;hp=708d997a77485989d53583084a3e1b99354fb407;hb=8d938105e432fe0e9f5163147e9c113190bd9d32;hpb=aa7202c25143e76be04d9a3ed3896d38f548c29c diff --git a/fs/file.c b/fs/file.c index 708d997a7748..7cb71b992603 100644 --- a/fs/file.c +++ b/fs/file.c @@ -685,7 +685,6 @@ void do_close_on_exec(struct files_struct *files) struct fdtable *fdt; /* exec unshares first */ - BUG_ON(atomic_read(&files->count) != 1); spin_lock(&files->file_lock); for (i = 0; ; i++) { unsigned long set;