We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a838e5d commit f439111Copy full SHA for f439111
fs/quota/dquot.c
@@ -1830,7 +1830,6 @@ void dquot_claim_space_nodirty(struct inode *inode, qsize_t number)
1830
spin_unlock(&inode->i_lock);
1831
mark_all_dquot_dirty(dquots);
1832
srcu_read_unlock(&dquot_srcu, index);
1833
- return;
1834
}
1835
EXPORT_SYMBOL(dquot_claim_space_nodirty);
1836
@@ -1872,7 +1871,6 @@ void dquot_reclaim_space_nodirty(struct inode *inode, qsize_t number)
1872
1871
1873
1874
1875
1876
1877
EXPORT_SYMBOL(dquot_reclaim_space_nodirty);
1878
0 commit comments