2008-07-02 Pavel Roskin <proski@gnu.org>
* fs/reiserfs.c: Remove #warning, TODO list items don't belong there. Real unexpected warnings should not drown in the noise about known problems.
This commit is contained in:
parent
ce8d1766c2
commit
ca62e5986f
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
2008-07-02 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* fs/reiserfs.c: Remove #warning, TODO list items don't belong
|
||||
there. Real unexpected warnings should not drown in the noise
|
||||
about known problems.
|
||||
|
||||
* commands/hexdump.c (grub_cmd_hexdump): Fix misuse of
|
||||
grub_disk_addr_t for memory addresses.
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
test tail packing & direct files
|
||||
validate partition label position
|
||||
*/
|
||||
#warning "TODO : journal, tail packing (?)"
|
||||
|
||||
#if 0
|
||||
# define GRUB_REISERFS_DEBUG
|
||||
|
|
Loading…
Reference in a new issue