linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7 linux-next] coda: fs clean-up
@ 2018-10-19  8:19 Fabian Frederick
  2018-10-19  8:19 ` [PATCH 1/7 linux-next] coda: remove CODA_FREE Fabian Frederick
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Fabian Frederick @ 2018-10-19  8:19 UTC (permalink / raw)
  To: akpm; +Cc: jaharkes, coda, linux-fsdevel, linux-kernel, fabf

This small patchset applies some sparse clean-up / optimizations

Fabian Frederick (7):
  coda: remove CODA_FREE
  coda: destroy mutex in put_super()
  coda: use SIZE() for stat
  coda: add __init to init_coda_psdev()
  coda: remove sysctl object from module when unused
  coda: remove sb test in coda_fid_to_inode()
  coda: ftoc validity check integration

 fs/coda/Makefile     |  3 ++-
 fs/coda/cnode.c      | 15 ++++++++++-----
 fs/coda/coda_fs_i.h  |  3 +--
 fs/coda/coda_int.h   | 10 ++++++++++
 fs/coda/coda_linux.h |  6 ------
 fs/coda/dir.c        |  6 ++----
 fs/coda/file.c       | 17 +++++------------
 fs/coda/inode.c      |  1 +
 fs/coda/psdev.c      | 10 +++++-----
 fs/coda/sysctl.c     | 11 -----------
 fs/coda/upcall.c     | 38 +++++++++++++++++++-------------------
 11 files changed, 55 insertions(+), 65 deletions(-)

-- 
2.4.11


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-19  8:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19  8:19 [PATCH 0/7 linux-next] coda: fs clean-up Fabian Frederick
2018-10-19  8:19 ` [PATCH 1/7 linux-next] coda: remove CODA_FREE Fabian Frederick
2018-10-19  8:19 ` [PATCH 2/7 linux-next] coda: destroy mutex in put_super() Fabian Frederick
2018-10-19  8:19 ` [PATCH 3/7 linux-next] coda: use SIZE() for stat Fabian Frederick
2018-10-19  8:19 ` [PATCH 4/7 linux-next] coda: add __init to init_coda_psdev() Fabian Frederick
2018-10-19  8:19 ` [PATCH 5/7 linux-next] coda: remove sysctl object from module when unused Fabian Frederick
2018-10-19  8:19 ` [PATCH 6/7 linux-next] coda: remove sb test in coda_fid_to_inode() Fabian Frederick
2018-10-19  8:19 ` [PATCH 7/7 linux-next] coda: ftoc validity check integration Fabian Frederick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).