46
46
#define MY_WAIT_IF_FULL 32 /* Wait and try again if disk full error */
47
47
#define MY_IGNORE_BADFD 32 /* my_sync: ignore 'bad descriptor' errors */
48
48
#define MY_SYNC_DIR 1024 /* my_create/delete/rename: sync directory */
50
49
#define MY_FULL_IO 512 /* For my_read - loop intil I/O is complete */
51
50
#define MY_DONT_CHECK_FILESIZE 128 /* Option to init_io_cache() */
52
51
#define MY_LINK_WARNING 32 /* my_redel() gives warning if links */