1. 18 1月, 2012 2 次提交
  2. 04 1月, 2012 3 次提交
  3. 09 12月, 2011 1 次提交
  4. 01 11月, 2011 1 次提交
    • P
      fs: add module.h to files that were implicitly using it · 143cb494
      Paul Gortmaker 提交于
      Some files were using the complete module.h infrastructure without
      actually including the header at all.  Fix them up in advance so
      once the implicit presence is removed, we won't get failures like this:
      
        CC [M]  fs/nfsd/nfssvc.o
      fs/nfsd/nfssvc.c: In function 'nfsd_create_serv':
      fs/nfsd/nfssvc.c:335: error: 'THIS_MODULE' undeclared (first use in this function)
      fs/nfsd/nfssvc.c:335: error: (Each undeclared identifier is reported only once
      fs/nfsd/nfssvc.c:335: error: for each function it appears in.)
      fs/nfsd/nfssvc.c: In function 'nfsd':
      fs/nfsd/nfssvc.c:555: error: implicit declaration of function 'module_put_and_exit'
      make[3]: *** [fs/nfsd/nfssvc.o] Error 1
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      143cb494
  5. 30 10月, 2011 1 次提交
  6. 20 10月, 2011 12 次提交
  7. 14 10月, 2011 2 次提交
  8. 13 10月, 2011 6 次提交
  9. 08 10月, 2011 1 次提交
  10. 28 9月, 2011 1 次提交
    • J
      CIFS: Don't free volume_info->UNC until we are entirely done with it. · 95c75454
      Jesper Juhl 提交于
      In cleanup_volume_info_contents() we kfree(volume_info->UNC); and then
      proceed to use that variable on the very next line.
      This causes (at least) Coverity Prevent to complain about use-after-free
      of that variable (and I guess other checkers may do that as well).
      There's not any /real/ problem here since we are just using the value of
      the pointer, not actually dereferencing it, but it's still trivial to
      silence the tool, so why not?
      To me at least it also just seems nicer to defer freeing the variable
      until we are entirely done with it in all respects.
      Signed-off-by: NJesper Juhl <jj@chaosbits.net>
      Reviewed-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      95c75454
  11. 20 9月, 2011 1 次提交
  12. 19 8月, 2011 1 次提交
  13. 01 8月, 2011 6 次提交
  14. 20 7月, 2011 1 次提交
  15. 13 7月, 2011 1 次提交