commit | efac5a7f0d19b06276520b35bc986540eb22c34d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Apr 02 18:30:46 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Apr 02 18:30:46 2007 -0400 |
tree | bb91d5d28c54c6f0125465cef747ecf1164dd791 | |
parent | fbc3f90194ca557e377c25f71db242c38c78f836 [diff] |
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>