9255fa3 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call

2 files Authored by Lennart Poettering 2 years ago, Committed by zbyszek 2 years ago,
    stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call
    
    This new call can execute both of the old operations, but also do
    generic fstatat() like behaviour.
    
    (cherry picked from commit a586dc791ca465f4087473d2ad6794b7776aee2d)
    
        
file modified
+6 -14
file modified
+7 -2