1. 05 9月, 2009 6 次提交
  2. 30 7月, 2009 8 次提交
  3. 14 7月, 2009 1 次提交
  4. 02 7月, 2009 1 次提交
  5. 01 7月, 2009 5 次提交
  6. 30 6月, 2009 18 次提交
  7. 29 6月, 2009 1 次提交
    • J
      fs: allow d_instantiate to be called with negative parent dentry · e6ce3066
      Jeremy Kerr 提交于
      The new fsnotify infrastructure (starting at 90586523) causes an oops in
      spufs, where we populate a directory with files before instantiating the
      directory itself. The new changes seem to have introduced an assumption
      that a dentry's parent will be positive when instantiating.
      
      This change makes it once again possible to d_instantiate a dentry
      with a negative parent, and brings __fsnotify_d_instantiate() into
      line with inotify_d_instantiate(), which already has this NULL check.
      Signed-off-by: NJeremy Kerr <jk@ozlabs.org>
      Signed-off-by: NEric Paris <eparis@redhat.com>
      e6ce3066