mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Merge branch 'xfs-gut-icdinode-4.6' into for-next
This commit is contained in:
commit
a2bbcb60ff
23 changed files with 429 additions and 308 deletions
|
@ -121,7 +121,7 @@ xfs_iformat_fork(
|
|||
return -EFSCORRUPTED;
|
||||
}
|
||||
|
||||
switch (ip->i_d.di_mode & S_IFMT) {
|
||||
switch (VFS_I(ip)->i_mode & S_IFMT) {
|
||||
case S_IFIFO:
|
||||
case S_IFCHR:
|
||||
case S_IFBLK:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue