Whamcloud - gitweb
debugfs: support > 2GB files for the dump and rdump commands
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Apr 2007 22:30:46 +0000 (18:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Apr 2007 22:30:46 +0000 (18:30 -0400)
commitefac5a7f0d19b06276520b35bc986540eb22c34d
treebb91d5d28c54c6f0125465cef747ecf1164dd791
parentfbc3f90194ca557e377c25f71db242c38c78f836
debugfs: support > 2GB files for the dump and rdump commands

Add _GNU_SOURCE define to make sure O_LARGEFILE is defined for
do_dump(), and use O_LARGEFILE when writing files using do_rdump().

Addresses Debian Bug: #412614

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/ChangeLog
debugfs/dump.c