Skip to content
Snippets Groups Projects
Commit 403645b2 authored by Wang Di's avatar Wang Di
Browse files

copy inode attribute to bottom inode in smfs_dirty_inode

parent 73c99d43
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ static void smfs_dirty_inode(struct inode *inode)
if (!cache_inode || !cache_sb)
return;
duplicate_inode(inode, cache_inode);
if (cache_sb->s_op->dirty_inode)
cache_sb->s_op->dirty_inode(cache_inode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment