X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_debug.c;h=dd824d9b0b1a11877b2c901d335b2c746709bd08;hb=81f8d49e4f2f38480d83ff53b5c426d8d12910e9;hp=6a73de84bcef142350ad60f3b3fefe2b172de043;hpb=8daf14cf56816303d64d1a705fcbc389211ba36e;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/jfs/jfs_debug.c b/fs/jfs/jfs_debug.c index 6a73de84bcef..dd824d9b0b1a 100644 --- a/fs/jfs/jfs_debug.c +++ b/fs/jfs/jfs_debug.c @@ -90,7 +90,6 @@ void jfs_proc_init(void) if (!(base = proc_mkdir("fs/jfs", NULL))) return; - base->owner = THIS_MODULE; for (i = 0; i < NPROCENT; i++) proc_create(Entries[i].name, 0, base, Entries[i].proc_fops);