1. 15 2月, 2012 3 次提交
  2. 14 2月, 2012 2 次提交
  3. 09 2月, 2012 6 次提交
  4. 30 1月, 2012 1 次提交
  5. 24 1月, 2012 21 次提交
  6. 16 1月, 2012 1 次提交
  7. 13 1月, 2012 1 次提交
  8. 09 1月, 2012 3 次提交
    • A
      ... and the same for gadgetfs · 87da5b32
      Al Viro 提交于
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      87da5b32
    • A
      functionfs: unfuck failure exits on mount · 5b5f9560
      Al Viro 提交于
      * if you do dput() of root dentry, do *not* follow that with iput() of root
      inode.
      * while we are at it, don't do that dput() at all - you are leaving the pointer
      in ->s_root and your ->kill_sb() will be very unhappy with that.  It will do
      proper dput(), though, so the easiest way is to leave that to it entirely.
      * freeing ->s_fs_info is also best left to ->kill_sb() (which will do it
      anyway), especially since we leave the pointer in place.
      * that xchg() in ->kill_sb() is not a bug per se, but it's a plain and simple
      masturbation with fewer excuses than Onan had...
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      5b5f9560
    • L
      mfd: Unify abx500 headers in mfd/abx500 · ee66e653
      Linus Walleij 提交于
      This moves all the header files related to the abx500 family into
      a common include directory below mfd. From now on we place any
      subchip header in that directory. Headers previously in e.g.
      <linux/mfd/ab8500/gpio.h> get prefixed and are now e.g.
      <linux/mfd/abx500/ab8500-gpio.h>. The top-level abstract interface
      remains in <linux/mfd/abx500.h>.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      ee66e653
  9. 07 1月, 2012 1 次提交
  10. 06 1月, 2012 1 次提交