commit | 45f143c20cb415cb205e7415b563ef66efa9591e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Dec 24 22:40:01 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Dec 24 22:50:23 2013 -0500 |
tree | 12359a84077adef1cb6e085ad926a46f9c21876f | |
parent | 3c22bf7e70c5ed2e525220ef4453d029a403fa33 [diff] |
debugfs: fix extent header in do_write for big-endian machines Commit a17e9f30 set up the extent header for a new file. Unfortunately it didn't correctly handle byte swapping; fix this so the regression tests pass on PowerPC systems. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: Eric Sandeen <sandeen@redhat.com>