Skip to content
Commit 119c0d44 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: fold ext4_claim_inode into ext4_new_inode



The function ext4_claim_inode() is only called by one function,
ext4_new_inode(), and by folding the functionality into
ext4_new_inode(), we can remove almost 50 lines of code, and put all
of the logic of allocating a new inode into a single place.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 62aa2b53
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment