diff options
author | KaiGai Kohei <kaigai@ak.jp.nec.com> | 2006-05-18 17:43:53 +0200 |
---|---|---|
committer | KaiGai Kohei <kaigai@ak.jp.nec.com> | 2006-05-18 17:43:53 +0200 |
commit | 20a92fc74c5c91c7bc5693d51acc2b99aceb0465 (patch) | |
tree | 41bf535f38ff1a29c560bcf622e9b4ef03c2c106 /fs/autofs4/autofs_i.h | |
parent | [JFFS2][XATTR] Fix obvious typo (diff) | |
parent | [MTD] Fix printk format error in gen_probe.c (diff) | |
download | linux-20a92fc74c5c91c7bc5693d51acc2b99aceb0465.tar.xz linux-20a92fc74c5c91c7bc5693d51acc2b99aceb0465.zip |
Merge git://git.infradead.org/mtd-2.6
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 57c4903614e5..d6603d02304c 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h @@ -74,8 +74,8 @@ 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 */ - int hash; - int len; + unsigned int hash; + unsigned int len; char *name; u32 dev; u64 ino; @@ -85,7 +85,6 @@ struct autofs_wait_queue { pid_t tgid; /* This is for status reporting upon return */ int status; - atomic_t notify; atomic_t wait_ctr; }; |