]> Gentwo Git Trees - linux/.git/commit
convert spufs
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 May 2024 20:40:13 +0000 (16:40 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Nov 2025 06:35:04 +0000 (01:35 -0500)
commitea800a515f2530bec0d56ea27faccb7909795e60
tree9628d4f8354ba2f52a182e978ae8cbecbbb97e39
parente11e247608585fef489f1dbb4d73eec456c8d4a5
convert spufs

have spufs_new_file() use d_make_persistent() instead of d_add() and
do an uncondition dput() in the caller; the rest is completely
straightforward.

[a braino in spufs_mkgang() fixed]

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/powerpc/platforms/cell/spufs/inode.c