Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1639863

[PATCH 02/14] Clean up whitespace in fs/namespace.c [ver #2]

From David Howells <dhowells@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 02/14] Clean up whitespace in fs/namespace.c [ver #2]
Date 2017-05-11 18:30 +0200
Message-ID <tFZ8t-dN-5@gated-at.bofh.it> (permalink)
References <tFWWZ-7l8-3@gated-at.bofh.it>
Organization Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903

Show all headers | View raw


Clean up line terminal whitespace in fs/namespace.c.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 fs/namespace.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/namespace.c b/fs/namespace.c
index cc1375eff88c..db034b6afd43 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1659,7 +1659,7 @@ void __detach_mounts(struct dentry *dentry)
 	namespace_unlock();
 }
 
-/* 
+/*
  * Is the caller allowed to modify his namespace?
  */
 static inline bool may_mount(void)
@@ -2213,7 +2213,7 @@ static int do_loopback(struct path *path, const char *old_name,
 
 	err = -EINVAL;
 	if (mnt_ns_loop(old_path.dentry))
-		goto out; 
+		goto out;
 
 	mp = lock_mount(path);
 	err = PTR_ERR(mp);

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC][PATCH 00/14] VFS: Introduce superblock configuration context  [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 16:10 +0200
  [PATCH 03/14] VFS: Make get_mnt_ns() return the namespace [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:30 +0200
  [PATCH 02/14] Clean up whitespace in fs/namespace.c [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:30 +0200
  [PATCH 07/14] Implement fsopen() to prepare for a mount [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:30 +0200
  [PATCH 10/14] procfs: Move proc_fill_super() to fs/proc/root.c [ver  #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:30 +0200
  [PATCH 05/14] VFS: Provide empty name qstr [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:30 +0200
  [PATCH 04/14] VFS: Make get_filesystem() return the affected  filesystem [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:30 +0200
  [PATCH 01/14] Provide a function to create a NUL-terminated string  from unterminated data [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:30 +0200
  [PATCH 08/14] Implement fsmount() to effect a pre-configured mount  [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:40 +0200
  [PATCH 09/14] Sample program for driving fsopen/fsmount [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 18:40 +0200
  Re: [RFC][PATCH 00/14] VFS: Introduce superblock configuration context [ver #2] David Howells <dhowells@redhat.com> - 2017-05-11 21:30 +0200

csiph-web