]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/autofs4/autofs_i.h
autofs4: use struct qstr in waitq.c
[linux-2.6-omap-h63xx.git] / fs / autofs4 / autofs_i.h
index 2dce2334737d3bce48fa77c0f83adadc5bd21d7d..da8882ff31e610bf87b4d92fd44671432b9e64c6 100644 (file)
@@ -75,9 +75,7 @@ struct autofs_wait_queue {
        struct autofs_wait_queue *next;
        autofs_wqt_t wait_queue_token;
        /* We use the following to see what we are waiting for */
-       unsigned int hash;
-       unsigned int len;
-       char *name;
+       struct qstr name;
        u32 dev;
        u64 ino;
        uid_t uid;