1. 18 5月, 2011 1 次提交
    • J
      configfs: Don't try to d_delete() negative dentries. · df7f9967
      Joel Becker 提交于
      When configfs is faking mkdir() on its subsystem or default group
      objects, it starts by adding a negative dentry.  It then tries to
      instantiate the group.  If that should fail, it must clean up after
      itself.
      
      I was using d_delete() here, but configfs_attach_group() promises to
      return an empty dentry on error.  d_delete() explodes with the entry
      dentry.  Let's try d_drop() instead.  The unhashing is what we want for
      our dentry.
      Signed-off-by: NJoel Becker <jlbec@evilplan.org>
      df7f9967
  2. 14 5月, 2011 7 次提交
  3. 12 5月, 2011 3 次提交
  4. 10 5月, 2011 22 次提交
  5. 06 5月, 2011 1 次提交
  6. 05 5月, 2011 1 次提交
  7. 04 5月, 2011 3 次提交
  8. 03 5月, 2011 2 次提交