git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a939b96
)
Fix AUTOFS_DEV_IOCTL_REQUESTER_CMD
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 7 Apr 2009 13:03:30 +0000
(09:03 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 21 Apr 2009 03:01:15 +0000
(23:01 -0400)
Missing conversion from kernel to userland dev_t; this sucker
breaks as soon as we get sufficiently many autofs mounts for
new_encode_dev(s_dev) != s_dev.
Note: this is the minimal fix.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found