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-2.6.36' of git://linux-nfs.org/~bfields/linux

* 'for-2.6.36' of git://linux-nfs.org/~bfields/linux:
nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlink

-2
-2
fs/nfsd/nfsfh.h
··· 196 196 static inline void 197 197 fh_unlock(struct svc_fh *fhp) 198 198 { 199 - BUG_ON(!fhp->fh_dentry); 200 - 201 199 if (fhp->fh_locked) { 202 200 fill_post_wcc(fhp); 203 201 mutex_unlock(&fhp->fh_dentry->d_inode->i_mutex);