mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
17
include/linux/dqblk_v1.h
Normal file
17
include/linux/dqblk_v1.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
* File with in-memory structures of old quota format
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_DQBLK_V1_H
|
||||
#define _LINUX_DQBLK_V1_H
|
||||
|
||||
/* Root squash turned on */
|
||||
#define V1_DQF_RSQUASH 1
|
||||
|
||||
/* Numbers of blocks needed for updates */
|
||||
#define V1_INIT_ALLOC 1
|
||||
#define V1_INIT_REWRITE 1
|
||||
#define V1_DEL_ALLOC 0
|
||||
#define V1_DEL_REWRITE 2
|
||||
|
||||
#endif /* _LINUX_DQBLK_V1_H */
|
Loading…
Add table
Add a link
Reference in a new issue