autofs4: use struct qstr in waitq.c
authorJeff Moyer <jmoyer@redhat.com>
Thu, 24 Jul 2008 04:30:16 +0000 (21:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:32 +0000 (10:47 -0700)
commit70b52a0a5005ce6a0ceec56e97222437a0ba7506
treee2b45dff98eae948dd34d4cc36f54796bd01104f
parent6d5cb926fa0162b1e62f37c117cc7ce763cfcbb9
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>
fs/autofs4/autofs_i.h
fs/autofs4/waitq.c