Files
linux/fs/ceph
Hongling Zeng 4f49c3f8a5 ceph: Fix ERR_PTR(0) in ceph_mkdir()
When mkdir succeeds, ceph_mkdir() sets ret to ERR_PTR(0) which is
incorrect. It should return NULL instead for success.

Fixes: 88d5baf690 ("Change inode_operations.mkdir to return struct dentry *")
Signed-off-by: Hongling Zeng <zenghongling@kylinos.cn>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2026-08-26 19:24:19 +02:00
..
2025-10-20 20:22:27 +02:00
2026-08-26 19:24:19 +02:00
2025-10-08 23:30:46 +02:00
2022-03-01 18:26:37 +01:00