Whamcloud - gitweb
debugfs.c (do_write, do_mkdir): If the directory is full,
authorTheodore Ts'o <tytso@mit.edu>
Thu, 11 Dec 2003 16:54:48 +0000 (11:54 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Dec 2003 16:54:48 +0000 (11:54 -0500)
commit2d9f0804bf6265f36f50fcde80b4cb5ef89fa936
tree78cb11268819750142fd5792ede69d1ab7522d27
parentc65e54b00f3eb5753933340bb036e3a5e2f927bf
debugfs.c (do_write, do_mkdir): If the directory is full,
automatically call ext2fs_expand_dir() and then retry to
add the link to the directory as a convenience to the
user.  (Addresses Debian Bug: #217892)
(do_mknod): Clean up expand_dir error handling.
debugfs/ChangeLog
debugfs/debugfs.c