linux/fs/squashfs
Phillip Lougher 2158d3fd27 Squashfs: fix f_pos check in get_dir_index_using_offset
One off error in the f_pos check.  If f_pos is 3 or less don't
bother reading the index because we're at the start of the
directory, and we obviously already know where that is on disk.

This eliminates an unnecessary read.

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
2012-03-10 03:01:02 +00:00
..
block.c Squashfs: update comment removing reference to zlib only 2012-03-10 03:01:00 +00:00
cache.c Squashfs: optimise squashfs_cache_get entry search 2011-12-30 01:24:13 +00:00
decompressor.c
decompressor.h
dir.c Squashfs: fix f_pos check in get_dir_index_using_offset 2012-03-10 03:01:02 +00:00
export.c
file.c
fragment.c
id.c
inode.c Squashfs: fix i_blocks calculation with extended regular files 2012-01-03 04:00:43 +00:00
Kconfig
lzo_wrapper.c
Makefile
namei.c Squashfs: remove redundant length initialisation in squashfs_lookup 2012-03-10 03:01:01 +00:00
squashfs_fs_i.h
squashfs_fs_sb.h Squashfs: optimise squashfs_cache_get entry search 2011-12-30 01:24:13 +00:00
squashfs_fs.h Squashfs: get rid of obsolete definitions in header file 2012-03-10 03:01:01 +00:00
squashfs.h
super.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next 2012-01-13 10:34:57 -08:00
symlink.c
xattr_id.c
xattr.c
xattr.h
xz_wrapper.c
zlib_wrapper.c