mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-09 12:58:38 +03:00
libotutil: Drop is-hidden from fast queryinfo
Since now we look at .hidden files and bang on the mainloop for every file lookup if that's specified =(
This commit is contained in:
parent
c110680f5d
commit
8e4b296a96
@ -31,7 +31,7 @@ G_BEGIN_DECLS
|
||||
* readlink(). Other things require opening the file, or also
|
||||
* stat()ing the parent directory.
|
||||
*/
|
||||
#define OSTREE_GIO_FAST_QUERYINFO ("standard::name,standard::type,standard::size,standard::is-symlink,standard::symlink-target,standard::is-hidden," \
|
||||
#define OSTREE_GIO_FAST_QUERYINFO ("standard::name,standard::type,standard::size,standard::is-symlink,standard::symlink-target," \
|
||||
"unix::device,unix::inode,unix::mode,unix::uid,unix::gid,unix::rdev")
|
||||
|
||||
GFileType ot_gfile_type_for_mode (guint32 mode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user