Re: Subject: [PATCH 02/16] Squashfs: directory lookup operations

2008-10-28 Thread Geert Uytterhoeven
On Tue, 28 Oct 2008, Michael Tokarev wrote: Geert Uytterhoeven wrote: On Fri, 17 Oct 2008, Phillip Lougher wrote: --- /dev/null +++ b/fs/squashfs/namei.c +static int get_dir_index_using_name(struct super_block *s, + long long *next_block, unsigned int

Subject: [PATCH 02/16] Squashfs: directory lookup operations

2008-10-17 Thread Phillip Lougher
Signed-off-by: Phillip Lougher [EMAIL PROTECTED] --- fs/squashfs/namei.c | 226 +++ 1 files changed, 226 insertions(+), 0 deletions(-) diff --git a/fs/squashfs/namei.c b/fs/squashfs/namei.c new file mode 100644 index 000..fdc1b03 ---