commit | 70b52a0a5005ce6a0ceec56e97222437a0ba7506 | [log] [tgz] |
---|---|---|
author | Jeff Moyer <jmoyer@redhat.com> | Wed Jul 23 21:30:16 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:32 2008 -0700 |
tree | e2b45dff98eae948dd34d4cc36f54796bd01104f | |
parent | 6d5cb926fa0162b1e62f37c117cc7ce763cfcbb9 [diff] |
autofs4: use struct qstr in waitq.c The autofs_wait_queue already contains all of the fields of the struct qstr, so change it into a qstr. This patch, from Jeff Moyer, has been modified a liitle by myself. Signed-off-by: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>