Theodore Ts'o
Theodore Ts'o
I'm having the same trouble. I actually tried copying the EmacsifySublimeText/Default (OSX).sublime-keymap file to User/ (Linux).sublime-keymap, but that didn't work. It looks like the bindings are being completely ignored....
After more debugging some of the commands (control-s and control-r) work fine; so we can do incremental search. But none of the movement commands are being honored (control-b, control-n, control-p,...
For Linux, dlopen() will search the list of shared library directories, and the list of potential shared library names because there are a number of different of implementation of the...
Hmm, this is working for me when running on a Debian ppc64 porterbox: ``` (sid_ppc64-dchroot)tytso@perotto:~/e2fsprogs/e2fsprogs/build/tests$ ./test_script m_rootdir_acl m_rootdir_acl: create fs image from dir using inline_data and acls: ok 374 tests...
The way this test works is to set up extended attributes on the local directory where the test is being run, and then creates a file system with those extended...
Well, actually, I don't think there is any guarantee of ordering with respect to the ordering of how extended attributes are returned --- certainly not between system.posix_acl_default and system.posix_acl_access! Ext4...
If it were easy to do this, don't you think I would have done it already? Unfotunately, calculating the exact amount of space needed to make sure we have enough...
Indeed, fragmentation is one of the problems (but not the only one). A full defragmentation is not actually that simple, because you might need to move data blocks around to...
Have you tested to make sure this does the right thing on 32-bit platforms on other C libraries (including glibc and dietlibc)? The concern is always that we end up...
There are some out-of-tree patches floating around that add support for FALLOC_FL_NO_HIDE_STALE, which will allow you to fallocate extents with the initialized flag set, but without first clearing the blocks...