Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6

Pull CIFS fix from Steve French:
"One cifs fix to merge now - fixes possible DFS oops (I expect to
request a merge of 4 additional cifs fixes next week)"

* 'for-next' of git://git.samba.org/sfrench/cifs-2.6:
cifs: only set ops for inodes in I_NEW state

+2 -1
+2 -1
fs/cifs/inode.c
··· 171 171 172 172 if (fattr->cf_flags & CIFS_FATTR_DFS_REFERRAL) 173 173 inode->i_flags |= S_AUTOMOUNT; 174 - cifs_set_ops(inode); 174 + if (inode->i_state & I_NEW) 175 + cifs_set_ops(inode); 175 176 } 176 177 177 178 void