On Thu, 13 Jan 2011 12:55:04 -0600 Rob Landley <[email protected]> wrote:
> From: Rob Landley <[email protected]> > > Teach cifs about network namespaces, so mounting uses adresses/routing > visible from the container rather than from init context. > > Signed-off-by: Rob Landley <[email protected]> > --- > > Now using net_eq(), with the initialization moved up so the error path doesn't > dereference a null on the put. > > fs/cifs/cifsglob.h | 33 +++++++++++++++++++++++++++++++++ > fs/cifs/connect.c | 12 ++++++++++-- > 2 files changed, 43 insertions(+), 2 deletions(-) > Looks good to me: Reviewed-by: Jeff Layton <[email protected]> _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
