omfs: add file routines
authorBob Copeland <me@bobcopeland.com>
Sat, 26 Jul 2008 02:45:16 +0000 (19:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:05 +0000 (12:00 -0700)
commit8f09e98768c17287df076580c4cc72ac358312c6
tree4e1a593887e9c8092c541269d242b429baf051d4
parenta3ab7155ea21aadc8a4d5687e91b3d876973185e
omfs: add file routines

Add functions for reading and manipulating the storage of file data in
the extent-based OMFS.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/omfs/file.c [new file with mode: 0644]