commit | 0468a2cf914e79442b8309ce62e3f861599d8cab | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Dec 01 07:09:35 2008 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Fri Dec 26 02:29:09 2008 +0000 |
tree | 93f4055fbbe3a9c740c4c272f684b9c89dd25e11 | |
parent | 80909022ce966191e6140fcc15d8aff57a7df32e [diff] |
cifs: take module reference when starting cifsd cifsd can outlive the last cifs mount. We need to hold a module reference until it exits to prevent someone from unplugging the module until we're ready. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>