lkml.org 
[lkml]   [2010]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/4] fs: factor inode disposal
> +	if (!drop && (sb->s_flags & MS_ACTIVE)) {
> + inode->i_state |= I_REFERENCED;
> + if (!(inode->i_state & (I_DIRTY|I_SYNC)))
> + inode_lru_list_add(inode);
> + spin_unlock(&inode->i_lock);
> + spin_unlock(&inode_lock);
> + return;
> + }
> +
> if (!drop) {
> - if (sb->s_flags & MS_ACTIVE) {
> - inode->i_state |= I_REFERENCED;
> - if (!(inode->i_state & (I_DIRTY|I_SYNC))) {
> - inode_lru_list_add(inode);
> - }
> - spin_unlock(&inode->i_lock);
> - spin_unlock(&inode_lock);
> - return;
> - }

Btw, I'm really not sure what this change buys us.



\
 
 \ /
  Last update: 2010-10-27 11:09    [W:1.208 / U:0.792 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site