VFS/FS: REQ_NEW_DRIVER now provides a label

This commit is contained in:
David van Moolenbroek
2011-11-30 19:05:26 +01:00
parent 41e69065b9
commit db087efac4
23 changed files with 236 additions and 186 deletions

7
lib/libbdev/const.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _BDEV_CONST_H
#define _BDEV_CONST_H
#define DS_NR_TRIES 100 /* number of times to check endpoint in DS */
#define DS_DELAY 50000 /* delay time (us) between DS checks */
#endif /* _BDEV_CONST_H */