commit | f360ce3be466d50de153b001b24561ca7593042b | [log] [tgz] |
---|---|---|
author | Ian Kent <raven@themaw.net> | Mon Mar 27 01:14:43 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Mar 27 08:44:39 2006 -0800 |
tree | cad660d0143e02d3e949cd7c9483ea59da41b0ca | |
parent | 718c604a28e35848754a65b839e4877ec34b2fca [diff] |
[PATCH] autofs4: use libfs routines for readdir Change readdir routines to use the cursor based routines in libfs.c. This removes reliance on old readdir code from 2.4 and should improve efficiency of readdir in autofs4. Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>