summaryrefslogtreecommitdiffstats
path: root/fs/ext3
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2006-10-01 08:28:44 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-01 09:39:28 +0200
commit5a2618e6a972f305496daa257a56a09dd3acca29 (patch)
treee2b64f244f3e4c413be0734c54ba25de62ff0138 /fs/ext3
parent[PATCH] reiserfs: on-demand bitmap loading (diff)
downloadlinux-5a2618e6a972f305496daa257a56a09dd3acca29.tar.xz
linux-5a2618e6a972f305496daa257a56a09dd3acca29.zip
[PATCH] reiserfs: use generic_file_open for open() checks
The other common disk-based file systems (I checked ext[23], xfs, jfs) check to ensure that opens of files > 2 GB fail unless O_LARGEFILE is specified. They check via generic_file_open or their own open routine. ReiserFS doesn't have an f_op->open defined, and as such, it's possible to open files > 2 GB without O_LARGEFILE. This patch adds the f_op->open member to conform with the expected behavior. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Cc: <reiserfs-dev@namesys.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ext3')
0 files changed, 0 insertions, 0 deletions