repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: fix compiler warning fix
[linux-2.6/mini2440.git]
/
include
/
linux
/
falloc.h
blob
8e912ab6a072603a8280a252e57ad6c99c129b7b
1
#ifndef _FALLOC_H_
2
#define _FALLOC_H_
3
4
#define FALLOC_FL_KEEP_SIZE 0x01
/* default is extend size */
5
6
#endif
/* _FALLOC_H_ */