Re: [PATCH 0/6] nfsd: cleanup "init_net" references

2012-12-10 Thread Stanislav Kinsbursky
Drop this series, please. -- Best regards, Stanislav Kinsbursky -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tu

[PATCH 0/6] nfsd: cleanup "init_net" references

2012-12-04 Thread Stanislav Kinsbursky
Hard-coded "init_net" pointer is widely used in NFSd code. This patch replaces "init_net" references by passed struct net pointer where requied. In future, proper network namespace context will be taken from NFSd file system superblock private data or, where it's impossible, from current. The foll