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-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
fuse: destroy bdi on error

+1
+1
fs/fuse/inode.c
··· 911 911 err_put_root: 912 912 dput(root_dentry); 913 913 err_put_conn: 914 + bdi_destroy(&fc->bdi); 914 915 fuse_conn_put(fc); 915 916 err_fput: 916 917 fput(file);