commit | 2de970ff69bbcc5a4b7440df669a595b2b1acd73 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 06 19:51:12 2010 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Fri Oct 08 03:31:21 2010 +0000 |
tree | ec710893fcd1aa6313a3bbe2eafb3f463b364afc | |
parent | 3aa1c8c2900065a51268430ab48a1b42fdfe5b45 [diff] |
cifs: implement recurring workqueue job to prune old tcons Create a workqueue job that cleans out unused tlinks. For now, it uses a hardcoded expire time of 10 minutes. When it's done, the work rearms itself. On umount, the work is cancelled before tearing down the tlink tree. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>