summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-11-05 12:59:22 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2020-12-07 11:50:45 -0500
commitcfe795f5292eba4bbfd207595b6168ba2d569e66 (patch)
tree18fd6c7906badd0fd6a84455dd93de84ae6f1b4b /block
parent3edaf23c570d6c6cec459e0f6a40cdb590f3365d (diff)
fs: kill I_CREATING
I_CREATING has only two uses - it determines whether inode_insert5 adds the inode to the superblock list, and this behaviour is different from every other function that adds inodes to the inode hash table - and it causes find_inode() to return -ESTALE, which seems to _never_ be what we want; if an inode in the hash table is not yet initialized callers want to wait for it to be initialized with wait_on_inode. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions