Bug 13429

Summary: devpts: suspicious code differences (missing unregister_filesystem())
Product: File System Reporter: Andreas Mohr (andi)
Component: OtherAssignee: fs_other
Status: RESOLVED CODE_FIX    
Severity: normal CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.30-rc7 Subsystem:
Regression: No Bisected commit-id:

Description Andreas Mohr 2009-06-02 16:20:20 UTC
Hi,

devpts, as opposed to e.g. drivers/isdn/capi/capifs.c or fs/pipe.c,
does NOT call unregister_filesystem() in the error path of init_devpts_fs().
This might be intentional, but who knows...
There might be other FS candidates with copy&pasted code that is incomplete.

Thanks,

Andreas Mohr
Comment 1 Alan 2009-06-03 14:58:36 UTC
Thanks, fixed