Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next
Conflicts: fs/xfs/libxfs/xfs_bmap.c fs/xfs/xfs_inode.c
This commit is contained in:
commit
2b93681f59
8 changed files with 20 additions and 52 deletions
|
@ -1380,7 +1380,7 @@ xfs_init_percpu_counters(
|
|||
|
||||
error = percpu_counter_init(&mp->m_icount, 0, GFP_KERNEL);
|
||||
if (error)
|
||||
return ENOMEM;
|
||||
return -ENOMEM;
|
||||
|
||||
error = percpu_counter_init(&mp->m_ifree, 0, GFP_KERNEL);
|
||||
if (error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue