aboutsummaryrefslogtreecommitdiff
path: root/fs/namespace.c
diff options
context:
space:
mode:
authorHaneen Mohammed <[email protected]>2018-03-11 17:33:13 -0600
committerDaniel Vetter <[email protected]>2018-03-14 14:52:05 +0100
commit25a28906ebee1b1093a6f72fb6d44b9441f48ebc (patch)
tree96779c3b3e26601526d56558d7718b288f5a4d72 /fs/namespace.c
parent1c85f2fa68a4616f437424b18a229d331c699456 (diff)
drm/vmwgfx: replace drm_*_unreference with drm_*_put
This patch replace instances of drm_framebuffer_unreference with _put() suffix, because it is shorter and consistent with the kernel use of *_get/put() suffixes. This was done with the following Coccinelle script: @r@ expression e; @@ ( -drm_framebuffer_reference(e); +drm_framebuffer_get(e); | -drm_framebuffer_unreference(e); +drm_framebuffer_put(e); ) Signed-off-by: Haneen Mohammed <[email protected]> Acked-by: Sinclair Yeh <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20180311233313.GA19721@Haneen
Diffstat (limited to 'fs/namespace.c')
0 files changed, 0 insertions, 0 deletions