All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-rpdfs: rmdir() and unlink()
@ 2026-02-24 16:41 Valerie Aurora
  2026-02-24 16:41 ` [PATCH 1/2] Add rpdfs_unlink() Valerie Aurora
  2026-02-24 16:41 ` [PATCH 2/2] Add rpdfs_rmdir() Valerie Aurora
  0 siblings, 2 replies; 4+ messages in thread
From: Valerie Aurora @ 2026-02-24 16:41 UTC (permalink / raw)
  To: rpdfs-devel; +Cc: Valerie Aurora

Implement rpdfs_rmdir() and rpdfs_unlink() by copying rpdfs_rename()
and removing the unnecessary bits.

Valerie Aurora (2):
  Add rpdfs_unlink()
  Add rpdfs_rmdir()

 fs/rpdfs/dir.c | 102 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 102 insertions(+)

-- 
2.49.0


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

end of thread, other threads:[~2026-02-25 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24 16:41 [PATCH 0/2] linux-rpdfs: rmdir() and unlink() Valerie Aurora
2026-02-24 16:41 ` [PATCH 1/2] Add rpdfs_unlink() Valerie Aurora
2026-02-24 16:41 ` [PATCH 2/2] Add rpdfs_rmdir() Valerie Aurora
2026-02-25 23:10   ` Zach Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.